home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / ear / mui23dev.lha / MUI / Developer / Modula / README < prev    next >
Text File  |  1994-07-11  |  4KB  |  94 lines

  1. Modula-Interface for MUI 2.2
  2.  
  3. MUI (C) 1993/94 by Stefan Stuntz
  4.  
  5. Modula Interface done by Christian "Kochtopf" Scholz (freeware)
  6. New Version 25.6.1994
  7.  
  8. Here are the files you need to write MUI-Programs with M2Amiga.
  9. Present are in this version the macros defined in mui.h. They are
  10. implemented in MuiMacros and in MuiClasses (the ones related to
  11. custom-class-programming)
  12.  
  13.  
  14. Description of the files :
  15.  
  16.     MuiD.def        : Definitions of MethodIDs, AttributeIDs, etc.
  17.     MuiD.mod        : Some additional PROCEDUREs for some #define's in mui.h
  18.     MuiL.def        : The interface for muimaster.library
  19.     MuiSupport.def  : Additional PROCEDUREs like DoMethod or fail.
  20.     MuiSupport.mod  : The implementation of these PROCEDUREs.
  21.     MuiMacros.def   : Some Macros converted from mui.h
  22.     MuiMacros.mod   : The implementation of these.
  23.     MuiClasses.def  : some things you need to write own classes
  24.     MuiClasses.mod  : implementation of the macros defined in mui.h for classes
  25.     MuiTest.mod     : A sample Module showing how to use the interface.
  26.     ListDemo.mod    : A sample Listview programm showing an DisplayHook!
  27.     Class1.mod      : A sample Module showing how to write own classes in M2.
  28.  
  29.     In this version you have to compile the interface yourself.
  30.     For this can you use the CompilerScript. It will compile the
  31.     interface and copy the files to m2:modules/sym|obj.
  32.  
  33.  
  34. The History :
  35.  
  36. 22.10.1993 MuiSupport : changed fail-PROCEDURE, that it makes no use of
  37.                         Terminal, but now uses Arts.Requester.
  38.            MuiMacros  : Added macros AddMember, DelMember, MakeHook,
  39.                         MakeID, PopUp
  40. 26.10.1993 supplied CompilerScript
  41. 9.2.1994   MuiD       : Updates to 1.5 (Popasl, Popstring, PopObject... )
  42.                         added mPaletteEntry, mScrmodelist.
  43.            MuiL       : Updates to 1.5 (Custom Class Functions)
  44.                         changed return-value of mAslRequest to BOOLEAN 
  45.                                                 (thanx to Thilo Stoeferle)
  46.                         provided muiMasterVersion, etc. like System-Defs.
  47.            MuiSupport : fail will set app to NIL, now VAR-parameter 
  48.                         (so you can use it in a CLOSE-Routine)
  49.                                                 (thanx to Martin Koyro)
  50.            MuiMacros  : now it supports StrPtr instead of ARRAY OF CHAR.
  51.                         set the symbol Locale to TRUE to get it. (defaults to FALSE)
  52.                         added some macros by Martin Koyro (KeyRadio, (Key)Cycle, (Key)Slider)
  53.            MuiClasses : new Module which implements things to write own classes.
  54.            ComboBox   : removed - use PopObject for a Popup-List.
  55.            ListDemo   : New Demo to show how to do lists.
  56. 18.2.1994  MuiMacros  : Added functions for Register and the Pop*-Classes.
  57.                         Added some new Label-Macros (LLabel,... )
  58.            MUIClasses : Added some macro-definitions and rearranged a bit the
  59.                         module. Now you can do easily custom classes with it.
  60.                         (i hope :) So look at it for more info and look also
  61.                         at Class1.mod which shows how it is used.
  62.            Class1.mod : new demo which shows how to do custom classes.
  63. 25.6.1994  MuiD,      
  64.            MuiMacros,
  65.            MuiL       : upgraded to version 2.1
  66.                         added a new symbol MUIObsolete to MuiMacros. Set it to true,
  67.                         if you want the obsolete Macros, now you should use mMakeObj
  68.                         for them.
  69.                         Problems with MakeObject-Definition - does not work.
  70.                         I don't know why - you ? ;-) Please tell me!
  71.                         (so you should set MuiObsolete to TRUE ;-)
  72.  
  73.            MuiClasses : changed name from MUIClasses to MuiClasses - please note!!
  74. 11.7.1994  MuiL.def   : changed MakeObject to use the right registers. Now works!!
  75.  
  76.  
  77. Note :
  78.  
  79. This time I just wanted to say that this stuff is _completely_ untested because of lack
  80. of time. I am just happy that it compiles ;-)
  81. I think that I have the next days some free hours to play with the new MUI (perhaps
  82. writing a class :-)
  83. Perhaps I will then release a new version on aminet...
  84.  
  85. For bug-reports or suggestion please send me a note. Thanks.
  86.  
  87. My email-address :
  88.  
  89.     ruebe@pool.informatik.rwth-aachen.de
  90.  
  91.  
  92. Greets,
  93.      Kochtopf
  94.